projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d67f1e
)
(Finsert_file_contents): Fix change to set INSERTED.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Jun 1998 05:51:03 +0000
(
05:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Jun 1998 05:51:03 +0000
(
05:51
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 75114db2ae2f10ea551de9e315a775298e211aca..2e2aa1e30e62d9ab0d1d88103bbfc1427d2e91bd 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3314,7
+3314,7
@@
actually used.")
val = call6 (handler, Qinsert_file_contents, filename,
visit, beg, end, replace);
if (CONSP (val) && CONSP (XCONS (val)->cdr))
- inserted = XINT (XCONS (XCONS (val)->cdr)->c
d
r);
+ inserted = XINT (XCONS (XCONS (val)->cdr)->c
a
r);
goto handled;
}